Tegra186: Update API for reset vector ARI
authorKrishna Sitaraman <[email protected]>
Fri, 2 Sep 2016 23:53:04 +0000 (16:53 -0700)
committerVarun Wadekar <[email protected]>
Wed, 5 Apr 2017 21:09:51 +0000 (14:09 -0700)
commita259293ebee927cd661746c2dd890c8c283091a8
tree80278734ba2be890a0d564a5962259980d780768
parent322b00fcfb6e8b1b5aa533c9503955c0bfdf826b
Tegra186: Update API for reset vector ARI

The TEGRA_ARI_COPY_MISCREG_AA64_RST ARI should be called with
request_lo/hi set to zero. MTS automatically takes the reset
vector from MISCREG_AA64_RST register and does not need it to
be passed as parameters.  This patch updates the API and the
caller function accordingly.

Change-Id: Ie3e3402d93951102239d988ca9f0cdf94f290d2f
Signed-off-by: Krishna Sitaraman <[email protected]>
Signed-off-by: Varun Wadekar <[email protected]>
plat/nvidia/tegra/soc/t186/drivers/include/mce.h
plat/nvidia/tegra/soc/t186/drivers/mce/ari.c
plat/nvidia/tegra/soc/t186/drivers/mce/mce.c
plat/nvidia/tegra/soc/t186/plat_secondary.c